
.clearout {clear:both;}
.flexiselDemo {display:none;}
.nbs-flexisel-container {position:relative; max-width:100%;} 
.nbs-flexisel-ul {position:relative; width:99999px; text-align:center;  padding:5px 1px 0 1px;}
.nbs-flexisel-inner {overflow:hidden; float:left; width:100%; height:180px;}
.nbs-flexisel-item {float:left; cursor:pointer; position:relative; line-height:0px; } 
.nbs-flexisel-item img {width:100%; cursor:pointer; position:relative; max-width:100%;  margin-bottom:15px;}
.nbs-flexisel-item img:hover {filter:alpha(opacity=60); -moz-opacity:0.7; -khtml-opacity:0.7; opacity:0.7;}
.it_detale {margin-top:5px}
.it_detale span{color:#333; text-align:center; font-size:13px; letter-spacing:-0.3px;}

/** 버튼 **/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {margin-top:0; width:29px; height:41px; position:absolute; cursor: pointer; z-index:100; margin-top:15px;}
.nbs-flexisel-nav-left {left:-16px;background: url("./img/btn_prev.png") no-repeat;} 
.nbs-flexisel-nav-left:hover {background: url("./img/btn_prev_hover.png") no-repeat;} 
.nbs-flexisel-nav-right {right:-20px;background: url("./img/btn_next.png") no-repeat;} 
.nbs-flexisel-nav-right:hover {background: url("./img/btn_next_hover.png") no-repeat;
.thumb-hover:hover {filter:alpha(opacity=60); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5;}

@media screen and (max-width:768px) {
.it_detale {padding-top:5px}

.nbs-flexisel-nav-left {left:5px;}
.nbs-flexisel-nav-right {right:5px;}
}

	
			